home *** CD-ROM | disk | FTP | other *** search
/ Imekura ROM / Imekura ROM.iso / mac / Mac / ROOM7.DIR / 00027.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  149 b   |  9 lines

  1. on exitFrame
  2.   cursorctl(8, "S")
  3.   cursorctl(9, "S")
  4.   if soundBusy(1) = 0 then
  5.     sound playFile 1, "@::AIF:HANA.AIF"
  6.   end if
  7.   go(the frame)
  8. end
  9.